Namespace - LJCWinFormControls
    
    
    
    Parameters
    name - The column name.
    caption - The column heading.
    
    Returns
    
    The added Check column object.
    
    Syntax
    
    
      
        
          | C# | 
|---|
          
            | public DataGridViewColumn LJCAddCheckColumn(String name, String caption = null) | 
        
      
     
    
    
      Adds a Checkbox column.
    
    
    Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.